CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SUSAN 角点检测

搜索资源列表

  1. ImageCodes-Harris

    0下载:
  2. VC写的harris角点检测程序。又名plessey,最经典也是目前效果最好的算法,比susan抗噪要好(实际的讲)-A program of Harris corner points test writen by VC.We can call is as plessey,it is the best algorithm.It better than susan from real useful point.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:926295
    • 提供者:赵辉
  1. susandetector

    0下载:
  2. SUSAN边缘检测及角点检测的vc实现代码,用于静态图象的边缘及角点检测,效果要视具体图象来定-SUSAN edge detection and corner detection of vc achieve code for static images and the edge angle detection, the effect would depend on the specific images to determine
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10370
    • 提供者:李杰
  1. SusanEdge

    0下载:
  2. 拿VC编写基于MFC模式的susan边缘角点检测程序-Canal VC MFC model based on the preparation of the susan edge angle detection procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:597151
    • 提供者:刘索山
  1. VC_Harris_Corner

    0下载:
  2. VC编写的Harris图像角点检测程序,这是跟SUSAN并列的角点检测算法。-VC prepared by the Harris Image corner detection procedures, This is juxtaposed with SUSAN corner detection algorithm.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:89630
    • 提供者:zhanghl
  1. VC_Susan

    0下载:
  2. VC开发的SUSAN检测程序,包括了主要的角点检测算法,并在边缘检测上进行了应用!-development of the VC SUSAN testing procedures, including the main angle detection algorithm, and edge detection on the application!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:92532
    • 提供者:zhanghl
  1. susan2l

    0下载:
  2. 是快速角点检测的susan的算法,是最初的版本,我们实验都用这个
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:12683
    • 提供者:潘宁
  1. susan_detect_corner

    0下载:
  2. susan实现图像的角点检测,调用的详细说明在源代码内有注释.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2297
    • 提供者:wg
  1. 22219011211120071115164509189959

    0下载:
  2. SUSAN算子用于角点检测的基本步骤: 1) 对于感兴趣的每个象素点(一般的情况就是图像中的每个象素点)作用一圆模板; 2) 根据亮度比较函数计算圆模板中的USAN区域; 3) 根据几何阈值,计算象素点的初始响应; 4) 使用USAN重心与核中心的距离法则去除伪角点,使用USAN重心与核中心的连线上的每个点都必须在USAN区域来保证算法的一致性(即USAN区域的相连性) 5) 对每个象素点的响应,使用 (或更大)的窗口搜索局部极大值,进行非极大值抑制
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:55595
    • 提供者:张妙言
  1. DSPmubiaogenzong

    0下载:
  2. 基于dsp的目标跟踪和检测算法的研究和实现,研究了图像跟踪系统的基本工作原理,以及图像跟踪和相关匹配所使用的一些基本技术。详细介绍了SUSAN算子在边缘检测和角点检测方面的应用。并基于SSCD相似性度量准则提出了一个新的加权的SSCD准则,并对几种度量准则进行对比分析,最后在选取模板和模板更新上选用了多子模板的策略,这样能更有效的减小部分遮挡和旋转带来的影响。
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:2985046
    • 提供者:张浩
  1. corner_detector_2004

    2下载:
  2. 这是2004年一篇重要的角点检测文献的配套Matlab源码。该算法的效果比SIFT、Harris、Susan等算法的检测效果更好。本压缩包中有从Matlab官方网站下载的源码,以及2004年那篇文献,对该算法做了详细解释。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:947206
    • 提供者:陈韶斌
  1. RegisterBasedOnSusanDiscreteCircle

    0下载:
  2. 基于SUSAN夹角的图像配准算法,先利用SUSAN检测出角点,然后计算夹角,后根据距离等求精。主文件为RegisterBasedOnSusanDiscreteCircle-SUSAN angle based image registration algorithm, first detected using SUSAN corner point, then calculate the angle between the post-refinement based on distance and
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1968261
    • 提供者:Milin
  1. XviD

    0下载:
  2. SUSAN算子是角点检测算法中的典型,这是VC环境下的源代码。-detection of the source code. Relatively simple descr iption of the procedures with the Chinese
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:71819
    • 提供者:fg
  1. lhmSUSAN

    0下载:
  2. susan特征点检测,图片的读取显示,边缘检测,角点检测-Read the image, edge detection, corner detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1434
    • 提供者:付松
  1. KPdetect

    0下载:
  2. 角点检测,包含 - Harris - SUSAN - LoG (Laplacian of Gaussian) - Harris-Laplace-corner detector, include - Harris - SUSAN - LoG (Laplacian of Gaussian) - Harris-Laplace
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:371162
    • 提供者:yu
  1. SUSAN_CORNER_MATCH

    0下载:
  2. 本算法实现了基于matlab的角点检测,使用的是susan角点匹配的方法- The algorithm for corner detection based on the matlab, using the Susan corner point matching method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2624
    • 提供者:胡屯仓
  1. SUSAN

    0下载:
  2. 一个比较好的边缘检测和角点检测代码,采用的是SUSAN算子,它采用含有37个像素的近似圆形的模版得到各向同性的响应-A better edge detection and corner detection code, using SUSAN operator, which uses roughly circular template contains 37 pixels get isotropic response
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1014
    • 提供者:姜荣剑
  1. SUSAN

    0下载:
  2. 用于角点检测的SUSAN算法,可靠性高、计算量小、抗噪能力强-For corner detection SUSAN algorithm, high reliability and a small amount of calculation, strong noise immunity
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2779
    • 提供者:赵凤玲
  1. susanCorner

    0下载:
  2. Susan角点检测算法,计算得到图像的角点-Susan corner detection algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-28
    • 文件大小:47074
    • 提供者:李怿
  1. Susan

    0下载:
  2. 运用susan算法进行角点检测,并在图中显示出来-Application susan corner detection algorithm and displayed in the drawing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:120287
    • 提供者:lilili
  1. getSUSAN

    0下载:
  2. SUSAN角点检测算法,采用matlab编写的SUSAN角点检测算法基于功能-SUSAN corner detection algorithm, using matlab prepared SUSAN corner detection algorithm based functions
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:803
    • 提供者:孟杰
« 1 2 3 45 »
搜珍网 www.dssz.com